home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4789 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  850 b 

  1. Path: news.paonline.com!usenet
  2. From: markd@quantum.net (Mark)
  3. Newsgroups: comp.lang.c++
  4. Subject: MFC 3.0 LoadBitmap problem
  5. Date: Thu, 01 Feb 1996 03:36:10 GMT
  6. Organization: Pennsylvania Online [Usenet News Server for Hire]
  7. Message-ID: <4epbie$raq@news.paonline.com>
  8. Reply-To: markd@quantum.net
  9. NNTP-Posting-Host: sl37.quantum.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. I'm attempting to create an owner-drawn bitmap button in VC++ 2.0, but
  13. the call to LoadBitmaps results  in "Failed to load bitmap for normal
  14. image" (the FindResource function in WINUTIL.CPP returns a null
  15. value).  
  16.  
  17. Being curious, I fiddled with the working CTRLTEST sample MFC app. I
  18. changed an ID property to a different name (to watch it fail) then
  19. back to it's original name, it now also cannot be found. (??).
  20.  
  21. I suspect I'm missing something real fundamental here...
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.